/* Hide the h1 and remove white background/spacing */

h1[data-testid="eshopHeader"] {
    display: none !important;
}

/* Remove white background and spacing from welcome wrapper */
.welcome-wrapper.container-narrow {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.welcome {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}